From c9e410a392f24a4ace17f13461e8757ec7ee0e1e Mon Sep 17 00:00:00 2001 From: Shinjiman Date: Fri, 24 Jul 2009 17:51:44 +0000 Subject: [PATCH] fix typo on documentation --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index f10f30cd44..48638bd418 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3191,7 +3191,7 @@ function wfObjectToArray( $object, $recursive = true ) { return $array; } -/* get the noramised IETF language tag */ +/* Get the noramlised IETF language tag */ function wfBCP47( $code ) { $codeSegment = explode( '-', $code ); foreach ( $codeSegment as $segNo => $seg ) { -- 2.20.1